home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / hearts.swf / scripts / DefineSprite_638 / frame_1 / DoAction_16.as < prev    next >
Encoding:
Text File  |  2011-12-21  |  367 b   |  17 lines

  1. this.gameOverFunc = function()
  2. {
  3.    var t = this;
  4.    var c = t.launcher.cupid;
  5.    _quality = "high";
  6.    t.gamePlay = false;
  7.    t.gameOver._alpha = 0;
  8.    t.gameOver.gotoAndStop("show");
  9.    c.body.arms.anim.stop();
  10.    c.skirt.stop();
  11.    c.body.wing1.stop();
  12.    c.body.wing2.stop();
  13.    c.body.top.stop();
  14.    c.body.head.anim.stop();
  15.    trace("lose");
  16. };
  17.